home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Scope / Scope Disk #017 (199x)(Scope PD)(US)[WB].zip / Scope Disk #017 (199x)(Scope PD)(US)[WB].adf / PPTool1.0 / PPage_Any_Fonts.Com < prev    next >
Text File  |  1988-07-04  |  687b  |  29 lines

  1. ;++
  2. ; Ed Scherer, 03-Jul-1988
  3. ;
  4. ; This command file uses PPage_Any_Font to create metric files for all the
  5. ; standard Amiga fonts in Fonts:.  PPage_Any_Font must be in a directory in
  6. ; your execution path (as defined by the PATH command).  COPY it to RAM: and
  7. ; "PATH RAM: ADD" to make this command file execute more quickly.
  8. ;
  9. ; Usage:
  10. ;   EXECUTE <name of this file>
  11. ;--
  12. FAILAT 9999
  13. ;+
  14. ; Standard Amiga fonts.
  15. ;-
  16. PPage_Any_Font diamond
  17. PPage_Any_Font emerald
  18. PPage_Any_Font garnet
  19. PPage_Any_Font opal
  20. PPage_Any_Font ruby
  21. PPage_Any_Font sapphire
  22. PPage_Any_Font topaz
  23. ;+
  24. ; ProWrite fonts (available on PLink).
  25. ;-
  26. ;PPage_Any_Font granite
  27. ;PPage_Any_Font marble
  28. ;PPage_Any_Font serpentine
  29.